ActivateCell(UInt32,UInt32) Method
Double-clicks a cell by row and column index.

C# Syntax

void ActivateCell( 
   uint row,
   uint columnIndex
)

Parameters

row
The 1-based row index.
columnIndex
The 1-based column index.